Commit Graph

11 Commits (113472d5c0115d53d2fb99288759502d196a8e93)

Author SHA1 Message Date
Jose M. Guisado 5558fbcf0b #981 Use 'Wants' for mysql systemd unit dependency
Unnattended upgrades from Ubuntu can cause a stop and start of mysql
service, this in turn makes ogserver go down.

Avoid ogserver shutting down when mysql does. It's not necessary,
ogserver can report if it can't connect to the database.

'Wants' declare a weak dependency as described in
https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=
2021-07-27 17:12:40 +02:00
OpenGnSys Support Team 6ced18fcd8 #915 refresh SQL schema
Bring updates from opengnsys repository.
2021-02-09 13:16:53 +01:00
Roberto Hueso Gómez 5b1efd0b53 #915 Add default SQL schema for tests
This schema is now adapted to work on this repository instead of the
"OpenGnsys" general repository.
2020-10-07 14:05:02 +02:00
OpenGnSys Support Team fe1ce97c50 #988 remove legacy configuration
Use og_server_cfg everywhere. Convert port to string to make it easy for the
dbi API since it expects a string. Remove legacy example configuration file.
2020-10-07 11:17:00 +02:00
Roberto Hueso Gómez d7a871b529 #988 Update ogserver.service to use json config file
This is convenient for the ogServer to use the new config file.
2020-10-06 16:04:17 +02:00
OpenGnSys Support Team 7500700777 #988 remove legacy configuration file
Add getopt parser and use json configuration file instead.
2020-10-05 14:49:17 +02:00
Roberto Hueso Gómez 0631b0e8e6 #988 Add DB port option to ogserver.json config file
This patch provides functionality to select a database port. It also adds a
default IP for the database.
2020-07-10 16:21:58 +02:00
Roberto Hueso Gómez 866b6c5e37 #988 add json configuration file
New configuration file at /opt/opengnsys/cfg/ogserver.json
2020-06-26 14:55:23 +02:00
Javier Sánchez Parra 4397ea8a40 #986 Rename configuration and systemd to ogserver
Step forward to rename all ogAdmServer references to ogServer
2020-06-19 12:59:05 +02:00
OpenGnSys Support Team 333abbe160 #986 rename to ogserver 2020-06-19 11:19:55 +02:00
OpenGnSys Support Team 83937b85f2 #971 move configuration file to cfg folder 2020-06-18 18:52:51 +02:00