UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
...
2. Create a new table in the MySQL database called SURFnet_VPN_Proxy . The MySQL database is called md_vpn and is located on the prod-cacti02-vie-at-.geant.net server
CREATE TABLE `SURFnet_VPN_Proxy` (`utc_time_stored` bigint(20) NOT NULL,`availability` smallint(6) NOT NULL DEFAULT '0',PRIMARY KEY (`utc_time_stored`)) ENGINE=MyISAM DEFAULT CHARSET=latin1
...