forked from hinterland/hearth
47c7fa9bf890dc3c4c85cbf9f44873780b148fa6
db-tool): postgres-init: createdb on reuse when target DB missing
Previously when PG_REUSE=1 and PG_VERSION existed but the target database had never been successfully created (e.g. devshell exited mid-init in a prior run), postgres-init skipped createdb and the subsequent psql connection failed with 'database "<db>" does not exist'. Now on reuse path we probe pg_database and create the target DB if missing, making postgres-init fully idempotent across stale-state recovery. Adds postgres-init-reuse-missing-db test.
Description
No description provided
Languages
Go
77.1%
Handlebars
7.3%
TypeScript
4.2%
Shell
2.1%
CSS
2%
Other
7%