mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 13:08:27 +00:00
e1e43f13df
Change control plane code to call `postgres --sync-safekeepers` before compute node start when safekeepers are enabled. Now `pg create` will create an empty data directory with the proper config file. Subsequent `pg start` will run `sync-safekeepers` and will call basebackup with the resulting LSN. Also change few tests to accommodate this new behavior.