Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Sep 7, 2023
1 parent 612f1c3 commit 547a33a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/postgres/scripts/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pg_dump --format=plain \
> $backup_file

# patch pour l'extension pg_trgm
sed -i "s/with SCHEMA pg_catalog//" $backup_file
sed -i "s/with SCHEMA pg_catalog/with SCHEMA public/" $backup_file


# - compression du backup
Expand Down
2 changes: 1 addition & 1 deletion sources/GeoNature-atlas

0 comments on commit 547a33a

Please sign in to comment.