Skip to content

Relocation from astarte to venus

Florian Lindner edited this page Jan 4, 2017 · 11 revisions

Hostname / IP

Following the tradition the server is named after an ancient god:

venus.centershock.net
188.68.38.242

Quota

Hardlimit is 30GB, Softlimit is 25GB. Grace period is 7 days. As always, in case you need more, just ask.

Copy of Homes

All homes are synced every 20 minutes. Data that is created on venus is deleted during the sync. To stop the syncing create a file STOP_SYNC in your home

touch $HOME/STOP_SYNC (on venus)

The timestamp of the last sync in your home is available at ~/LAST_SYNC

STOP_SYNC files from the previous server relocation have been removed from all homes.

MySQL

MySQL users have been copied to the new server. Please copy your databases yourself (because only you know the right time) by using phpMyAdmin or mysqldump, e.g.

mysqldump -u USER -p DB_NAME > dump.sql  # EXPORT
mysql -u USER -p < dump.sql # IMPORT

Webmail

The Roundcube database has not been migrated. Therefore you have to set your identity and export/import your address book, if you use it.

Statistics

Statistics are back and generated daily if enabled.

FTP

The FTP server has changed and with that the format of the passwords. All FTP accounts have been deleted have to be recreated.

User processes

Preferable use systemd to start at boot, see User Processes

Mailfilter

Please have a look at your ~/.mailfilter and remove references to /etc/adminMails like

 lookup($ADR, "/etc/adminMails")

it does not exist anymore.

Clone this wiki locally