Implement database migration to other system

This commit is contained in:
Matthias
2022-05-09 19:26:38 +02:00
parent c3b0f6b64b
commit 0958c06b84
2 changed files with 36 additions and 1 deletions

View File

@@ -147,6 +147,10 @@ class Configuration:
config.update({'db_url': self.args['db_url']})
logger.info('Parameter --db-url detected ...')
self._args_to_config(config, argname='db_url_from',
logstring='Parameter --db-url-from detected ...')
if config.get('force_entry_enable', False):
logger.warning('`force_entry_enable` RPC message enabled.')