I am trying to create a new postgres cluster with:
“fly postgres create --snapshot-id xxx”
When I now look at the logs of the running machine i get the following error:
2023-11-10T18:20:43.143 app[2874de7f37d058] cdg [info] Failed to create required users: failed to connect to host=fdaa:0:41eb:a7b:169:e93a:85b3:2 user=postgres database=postgres: failed SASL auth (FATAL: password authentication failed for user “postgres” (SQLSTATE 28P01))
2023-11-10T18:20:43.143 app[2874de7f37d058] cdg [info] flypg | 2023-11-10 18:20:43.142 UTC [726] FATAL: password authentication failed for user “postgres”
Not sure what i should change to make restoring from a snapshot work.