-
This could be done in the database with PHP, or alternatively by a script that modifies files in `docker/postgres/data/*.txt`.
-
Connection attributes can be useful. The default attributes as present in Connector/J, libmysql, Connector/Net are useful to identify which pid the client process has. Also `mysql`, `mysqldump`, DBD::…
-
Since the Input variable _db_name_ is required it would be convenient to configure the option to make a backup of all databases at the same time. It's cool that you can add multiple databases like thi…
-
## Describe the bug
Database connection runs over SSL, here is an excerpt from the env.php:
```php
'db' => [
'table_prefix' => '',
'connection' => [
'default' =…
-
-
```
What steps will reproduce the problem?
1. Set up Tungsten master/slave replication on MySQL with statement
replication enabled and using a server time zone other than UTC.
2. Create a large …
-
Hi @axel-rutz (cc @fjgarlin)
Is there any particular license you wanted to use for this project?
Are you happy I add, say, MIT?
Any other preference?
-
See this forum for details:
https://community.open-emr.org/t/openemr-lemp-on-freebsd/10283/15
TODO:
- [ ] Incorporate pertinent instructions into setup.php when using nginx (vs apache); https://c…
-
All-inkl hat Shared-Hosting trotz SSH-Konsole crontab nicht bereit gestellt, sondern macht die Cronjobs über Webaufruf...
... mit dem Webaufruf sind die Konsolenbefehle cat, ls und rm gesperrt :(
…
-
Document a good workflow to backup the db.
One idea: drush sql-dump | gzip | /vagrant/db/sitename-TIMESTAMP.sql.gz
Perhaps vagrant could create a script to do this with no args.