Project

General

Profile

Migrating from Monolithic to Client+Core » History » Version 4

Version 3 (ChrisH, 04/24/2014 03:54 PM) → Version 4/9 (ChrisH, 04/26/2014 09:06 PM)

h1. Migrating from Monolithic to Client+Core

h2. Install The Core

...

h2. Migrate Database

If your Core is going to be on a different computer/under a different user account than your monolithic client was running on, you'll probably need to migrate the data.

h3. SQLite

For SQLite, it's as simple as copying/moving a file. The default locations are:

* **Windows:** @%APPDATA%/.quassel-irc.org/quassel-storage.sqlite@
* **OS X:** @?@
* **Linux:** @?@

h3. PostgreSQL

...

h2. Change Default Login Password

The monolithic client creates a default user called `AdminUser`, with a randomly generated password. The password isn't used in the monolithic client, and there's no way to find out what it is as the password is encrypted in the database. So we need to overwrite it. Run the following command:

* **Windows (x64):**
** Start > Run
** Type @cmd.exe@ then click ok.
** Type @"C:\Program @C:\Program Files (x86)\Quassel\bin\quasselcore.exe" (x86)\Quassel\bin\quasselcore.exe --change-userpass=AdminUser@ then press enter.
** Follow the instructions to change the password.
* **OS X:** @?@
* **Linux:**
** Open Terminal
** Type
@quasselcore --change-userpass=AdminUser@ then press enter.

For more about managing users, see [[Manage core users|User Management]].

h2. Connect The Client To The Core

http://bugs.quassel-irc.org/projects/1/wiki#Connecting-to-the-core