You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: source/management-server/_database.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,18 @@ MySQL. See :ref:`install-database-on-separate-node`.
62
62
max_connections=350
63
63
log-bin=mysql-bin
64
64
binlog-format = 'ROW'
65
+
..
66
+
67
+
For Ubuntu 16.04 and later, make sure you specify a ``server-id`` in your ``.cnf`` file for binary logging. Set the ``server-id`` according to your database setup.
68
+
69
+
.. sourcecode:: bash
70
+
71
+
server-id=master-01
72
+
innodb_rollback_on_timeout=1
73
+
innodb_lock_wait_timeout=600
74
+
max_connections=350
75
+
log-bin=mysql-bin
76
+
binlog-format = 'ROW'
65
77
66
78
.. note::
67
79
You can also create a file ``/etc/mysql/conf.d/cloudstack.cnf``
@@ -374,4 +386,3 @@ same node for MySQL. See `“Install the Database on the Management Server Node
374
386
375
387
You should get the output message “CloudStack Management Server setup is
0 commit comments