Gossamer Forum
Home : Products : Others : Gossamer Community :

backup of Gossamer Community user data

Quote Reply
backup of Gossamer Community user data
How do you backup your Community data? What´s the best way?
I can not find this in Community admin. Is there a simple way to create a backup file of all Gossamer Community data (similar to Glinks)?

Regards,
/Peter
Quote Reply
Re: [meta500] backup of Gossamer Community user data In reply to
Hi,

You could set this up as a cronjob;

mysqldump --add-drop-tables -uSQLUSER -pSQLPASSWORD db_name comm_users > users.sql

I can't remember if its the comm_user or comm_users table =)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] backup of Gossamer Community user data In reply to
I will try that. Thanks!
/Peter