Add basic feature to mirror POS DB in mysql or postgresql
but only supported for Catapult so far
This commit is contained in:
parent
3e66aa79da
commit
48960d961b
7 changed files with 107 additions and 10 deletions
23
machines/theo-server/deploy/theo-common/catapult-mirror.conf
Normal file
23
machines/theo-server/deploy/theo-common/catapult-mirror.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
############################################################
|
||||
#
|
||||
# config for Catapult "mirror" DB
|
||||
#
|
||||
############################################################
|
||||
|
||||
|
||||
##############################
|
||||
# rattail
|
||||
##############################
|
||||
|
||||
[rattail.config]
|
||||
include = %(here)s/rattail.conf
|
||||
|
||||
|
||||
##############################
|
||||
# alembic
|
||||
##############################
|
||||
|
||||
[alembic]
|
||||
script_location = rattail_onager.catapult.db:alembic
|
||||
version_locations = rattail_onager.catapult.db:alembic/versions
|
Loading…
Add table
Add a link
Reference in a new issue