Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cossin Sebastien
ehden-bordeaux-atlas
Commits
7f2b067d
Commit
7f2b067d
authored
Dec 29, 2020
by
cossins
Browse files
add backup postgres info to README
parent
a5ca3132
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7f2b067d
...
...
@@ -156,6 +156,15 @@ SELECT * FROM webapi.source_daimon;
Check sources: http://localhost:8080/WebAPI/source/sources
Make a backup of the database:
*
in the pgAdmin interface, right click on ohdsi "Backup Globals", save the file
*
retrieve the backup file in the pgAdmin container
*
move the file to the postgres container to restore a backup
*
execute the following command:
```
bash
psql
-U
postgres
-d
ohdsi < OHDSI_BACKUP
```
#### Oracle
(This script is handy to delete all tables in a schema:)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment