Can anyone explain how to back up subsonic user logins?
I want to move my Server over to a dedicated Linux machine, however I don't want to lose any logins.
What would I need to thumb drive over to the new machine to maintain user logins.
Moderator: moderators
INSERT INTO USER VALUES('admin','enc:44756e632346132',844363647,0,0,FALSE,NULL)
INSERT INTO USER_ROLE VALUES('admin',1)
INSERT INTO USER_ROLE VALUES('admin',2)
INSERT INTO USER_ROLE VALUES('admin',3)
INSERT INTO USER_ROLE VALUES('admin',4)
INSERT INTO USER_ROLE VALUES('admin',5)
INSERT INTO USER_ROLE VALUES('admin',6)
INSERT INTO USER_ROLE VALUES('admin',7)
INSERT INTO USER_ROLE VALUES('admin',8)
INSERT INTO USER_ROLE VALUES('admin',9)
INSERT INTO USER_ROLE VALUES('admin',10)
INSERT INTO USER_ROLE VALUES('admin',11)
INSERT INTO USER_SETTINGS VALUES('admin',NULL,NULL,TRUE,FALSE,35,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,35,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,NULL,NULL,'OFF',TRUE,-1,FALSE,TRUE,FALSE,'NONE',NULL,'2013-12-28 01:02:48.983000000',TRUE)
Subsonic creates a script file automatically....that stores all user information in it (includsed an encrypted password). it can be found where the database is labeled: subsonic.script
Users browsing this forum: No registered users and 6 guests