Hi Francis!

Op 5-10-2020 om 17:59 schreef Francis Lachapelle ([email protected]):
Exactly, you need to modify three columns of the sogo_folder_info table. If you 
want to change the password, you would do something like this:

   update sogo_folder_info set \
     c_location = replace(c_location, 'YOUR_OLD_PASSWORD', 
'YOUR_NEW_PASSWORD'), \
     c_quick_location = replace(c_quick_location, 'YOUR_OLD_PASSWORD', 
'YOUR_NEW_PASSWORD'), \
     c_acl_location = replace(c_acl_location, 'YOUR_OLD_PASSWORD', 
'YOUR_NEW_PASSWORD');

Thank you very much!

Perhaps a small chapter on changing the database password could be added to the docs? As it is a bit more involved than you would normally expect, with credentials stored in multiple locations...

Again thanks for the update sogo_folder_info command, will try on our test server!

MJ
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to