-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
I'm trying to provision a Fly Postgres 16 using https://github.com/fly-apps/postgres-flex/releases/tag/v0.0.59 but got the following error:
2024-08-14T17:51:45.973 app[e784327ea630d8] iad [info] repmgrd | [2024-08-14 17:51:45] [ERROR] following errors were found in the configuration file:
2024-08-14T17:51:45.973 app[e784327ea630d8] iad [info] repmgrd | value for "node_name" must contain fewer than 64 characters (current length: 67)
2024-08-14T17:51:45.973 app[e784327ea630d8] iad [info] repmgrd | "node_name": required parameter was not found
2024-08-14T17:51:45.974 app[e784327ea630d8] iad [info] repmgrd | exit status 1
2024-08-14T17:51:45.974 app[e784327ea630d8] iad [info] repmgrd | restarting in 5s [attempt 59]
2024-08-14T17:51:46.494 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:46.493 UTC [2500] ERROR: relation "repmgr.nodes" does not exist at character 56
2024-08-14T17:51:46.494 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:46.493 UTC [2500] STATEMENT: select node_id, node_name, location, active, type from repmgr.nodes;
2024-08-14T17:51:46.495 app[e784327ea630d8] iad [info] failed post-init: failed to verify member registration: failed to resolve member role: ERROR: relation "repmgr.nodes" does not exist (SQLSTATE 42P01). Retrying...
2024-08-14T17:51:47.250 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.249 UTC [2502] ERROR: relation "repmgr.nodes" does not exist at character 56
2024-08-14T17:51:47.250 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.249 UTC [2502] STATEMENT: select node_id, node_name, location, active, type from repmgr.nodes;
2024-08-14T17:51:47.432 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.431 UTC [2504] ERROR: relation "repmgr.nodes" does not exist at character 56
2024-08-14T17:51:47.432 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.431 UTC [2504] STATEMENT: select node_id, node_name, location, active, type from repmgr.nodes;
2024-08-14T17:51:47.494 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.494 UTC [2508] ERROR: relation "repmgr.nodes" does not exist at character 56
2024-08-14T17:51:47.494 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.494 UTC [2508] STATEMENT: select node_id, node_name, location, active, type from repmgr.nodes;
2024-08-14T17:51:47.496 app[e784327ea630d8] iad [info] failed post-init: failed to verify member registration: failed to resolve member role: ERROR: relation "repmgr.nodes" does not exist (SQLSTATE 42P01). Retrying...
2024-08-14T17:51:47.513 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.512 UTC [2512] ERROR: relation "repmgr.nodes" does not exist at character 56
2024-08-14T17:51:47.513 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:47.512 UTC [2512] STATEMENT: select node_id, node_name, location, active, type from repmgr.nodes;
2024-08-14T17:51:48.495 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:48.495 UTC [2516] ERROR: relation "repmgr.nodes" does not exist at character 56
2024-08-14T17:51:48.495 app[e784327ea630d8] iad [info] postgres | 2024-08-14 17:51:48.495 UTC [2516] STATEMENT: select node_id, node_name, location, active, type from repmgr.nodes;
The error might be related to #251.
Metadata
Metadata
Assignees
Labels
No labels