Skip to content

Commit

Permalink
Merge pull request #18 from continuousphp/feat/oracle_db
Browse files Browse the repository at this point in the history
Feat/oracle db
  • Loading branch information
nogmat authored Jun 13, 2019
2 parents 2a7a478 + 54e32de commit 472c89c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/databases/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</div>

## 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 it with [Git LFS](https://git-lfs.github.com/).


0 comments on commit 472c89c

Please sign in to comment.