Closed dckc closed 6 years ago
I'm more inclined to tweak the python code than figure out how to tweak the PHP code.
The conflict with backups is fixed in:
The problem with sync was just a matter of service db_aux restart
to sync with a password change I recently made. The "chop off the stuff before the first section" stuff was already there: headless_config
.
@jimscarver , as you observed, backups aren't working.
When you and I and @David405 added the responsive design, we had to make this tweak to turn off the
g2
theme:https://github.com/dckc/rchain-dbr/blob/a709fe5ee5188612d558c48d1462b44e2f6fc83a/conf.ini.example#L6
Unfortunately, that setting goes before the first
[section]
of the config file.Python's
ConfigParser
module doesn't like that. Nor doesmysqlbackup
.