You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/databases/postgresql.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,9 @@ Our containers implement the following PHP extensions for PostgreSQL :
38
38
<tr>
39
39
<td>Password</td><td>password</td>
40
40
</tr>
41
-
</table>
41
+
</table>
42
+
43
+
## Importing database dump
44
+
45
+
ContinuousPHP provides users with the ability to import postgresql database dump files. To enable it, simply add an environment variable `PATH_IMPORT_DUMP_DB_POSTGRESQL` which refers to the absolute path of specified database dump file in repository context.
46
+
If you are using GitHub you should store it with [Git LFS](https://git-lfs.github.com/).
0 commit comments