I am running a server in Linode.
I am backing up to a s3 type server using pgbackrest. Streaming backup.
Linode takes a complete image of my server.
I am spinning up a server using a backup image to test a linux upgrade.
My concern is that Postgres is configured to start on boot-up. I fear that it will connect to the pgbackrest store with the same configuration as the primary server, with possibly bad results.
Has anyone got any advice before I boot the server?
Thanks