Version 2.0

Version 2.0 will improve how Cloud Wiki works with its database to protect the wiki against abrupt termination of the server by using BEGIN/COMMIT to enclose the entire transaction, instead of individual operations. Version 2.0 will also introduce workarounds for Windows servers, including the Import Signal On Windows bug.

In addition, Version 2.0 introduces functionality for invoking Cloud Wiki as a CGI script, instead of a long running process. While it Cloud Wiki runs best as its own web server, behind a reverse proxy, deployment constraints sometimes require that dynamic content be rendered from a CGI. See "Deploying Cloud Wiki As a CGI" for more information.

Changes introduced in Version 2.0:

Migration from 1.x to 2.0:

1) Stop the old server, using cloud-wiki stop
2) Back up your current wiki database file.
3) Extract and install the new server.
4) Invoke cloud-wiki migrate to empty content caches, create the new session table and update minor-version and major-version settings on the database. If you are using Cloud authentication (see site-auth), this will also automatically migrate you to MD5 authentication.
5) Start the new server, using cloud-wiki start

This node is a part of the Cloud Wiki Manual.