From 73d7dc121b28fe517a5642b031176a11f7e5bed0 Mon Sep 17 00:00:00 2001 From: Matthieu Nogatchewsky Date: Tue, 11 Jun 2019 13:51:46 +0200 Subject: [PATCH 1/2] Adding section about importing database dump files --- docs/databases/oracle.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/databases/oracle.md b/docs/databases/oracle.md index d2b41aa..9b6651a 100644 --- a/docs/databases/oracle.md +++ b/docs/databases/oracle.md @@ -42,3 +42,9 @@ Host, authentication and default database settings: By activating Oracle XE, your build will take more time because the container needs some time to prepare the database and the tablespace. +## Importing database dump + +ContinuousPHP provides users with the ability to import oracle database dump files. To enable it, simply add an environment variable `PATH_IMPORT_DUMP_DB_ORACLE` which refers to the absolute path of specified database dump file in repository context. +If you are using GitHub you should store the database dump file with [Git LFS](https://git-lfs.github.com/). + + From 54e32de4b896cacff848a8b864bef49921ad6c8f Mon Sep 17 00:00:00 2001 From: Matthieu Nogatchewsky Date: Tue, 11 Jun 2019 14:05:12 +0200 Subject: [PATCH 2/2] Setting terminology --- docs/databases/oracle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/databases/oracle.md b/docs/databases/oracle.md index 9b6651a..705f2b9 100644 --- a/docs/databases/oracle.md +++ b/docs/databases/oracle.md @@ -45,6 +45,6 @@ Host, authentication and default database settings: ## Importing database dump ContinuousPHP provides users with the ability to import oracle database dump files. To enable it, simply add an environment variable `PATH_IMPORT_DUMP_DB_ORACLE` which refers to the absolute path of specified database dump file in repository context. -If you are using GitHub you should store the database dump file with [Git LFS](https://git-lfs.github.com/). +If you are using GitHub you should store it with [Git LFS](https://git-lfs.github.com/).