Skip to content

DBACLD-217170: fix sample DB restore when using custom DB credentials#392

Merged
fredmerci merged 1 commit intovnext-releasefrom
fix/DBACLD-217170-populateSampleData
Mar 3, 2026
Merged

DBACLD-217170: fix sample DB restore when using custom DB credentials#392
fredmerci merged 1 commit intovnext-releasefrom
fix/DBACLD-217170-populateSampleData

Conversation

@fredmerci
Copy link
Copy Markdown
Contributor

No description provided.

@fredmerci fredmerci changed the title fix restore sample DB when using custom DB credentials fix sample DB restore when using custom DB credentials Feb 27, 2026
@fredmerci fredmerci changed the title fix sample DB restore when using custom DB credentials DBACLD-217170: fix sample DB restore when using custom DB credentials Feb 27, 2026
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi on est obligé de passer par une tempdb ?
Ca ne marche pas ca ?
createdb odmdb
CREATE SCHEMA ${PG_RESTORE_USER};
pg_restore --dbname=odmdb -n ${PG_RESTORE_USER} --format=c --no-owner --role=${PG_RESTORE_USER} /upload/data.dump

Copy link
Copy Markdown
Contributor Author

@fredmerci fredmerci Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

malheureusement non
ça créerait un schema vide et les données seraient quand meme restaurées dans un schéma nommé odmusr

@fredmerci fredmerci merged commit 7790a3a into vnext-release Mar 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants