Roundcube 1.0.0 released

Will CustomBuild 1.2 be updated as well for Roundcube 1.0.0?

Or is CustomBuild 2.0 stable enough to migrate? Is there a guide to upgrade to CB 2.0?

Thanks!
 
Looks like things are working, so we can backport to 1.1/1.2, and then we'll update the versions.txt.

John
 
CustomBuild is now updated on files1, now it behaves in this way:
1) if there is no "mysql://" detected in customized config.inc.php - it generates a new password and adds it every time to the config when the custom file gets copied
2) if "mysql://" is detected in customized config.inc.php, then the file is parsed and da_roundcube user gets the new password set from customized config.inc.php
Excellent :)
 
After updating, I get the following error:
DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.
I tried dropping the db and allowing the installer to rebuild it (which it does), but I still get the same error. Any ideas?
 
Is there no remote MySQL server used in /usr/local/directadmin/conf/mysql.conf ? Nothing in /usr/local/directadmin/custombuild/custom ? May you post your config.inc.php from /var/www/html/roundcube/config/config.inc.php (with password hidden)?
 
Just upgraded my CentOS release 6.5 (Final) server with CB2.0 to Roundcube 1.0.0, no problems, runs just fine!!!
 
I am using CB2.0 to upgrade Roundcube 1.0.0 but in the same night CB2.0 keeps downgrading it to 0.9.5 ...
Any solution on this ?

Thanks
 
so i tried eidting versions.txt and then update custombuild 2.0 but then noticed it failed to update at all due to no db connection, and theres no roundcube config ini anymore and i cant access my roundcube which i could before i tried updating before.
when i did ./build update i notice that versions.txt revert roundcube version back to 0.9.5
ive tried changing custombuilds fileserver to files1.directadmin.com but same issue :/
 
I am using CB2.0 to upgrade Roundcube 1.0.0 but in the same night CB2.0 keeps downgrading it to 0.9.5 ...
Any solution on this ?

Thanks

Code:
cd /usr/local/directadmin/custombuild
./build set webapps_updates no
 
Code:
cd /usr/local/directadmin/custombuild
./build set webapps_updates no

Thank you very much for the solution.
Is it going to notify me incase there is an update or does it completely disable webapp lookup?

Thanks
 
It will notify you, but won't update webapps automatically.
 
Is there no remote MySQL server used in /usr/local/directadmin/conf/mysql.conf ? Nothing in /usr/local/directadmin/custombuild/custom ? May you post your config.inc.php from /var/www/html/roundcube/config/config.inc.php (with password hidden)?

I don't have config.inc.php, so it must be trying to update version 0.9.5. How do I go to 1.0?
 
To upgrade to version 1.0.0, I opened versions.txt and edited the roundcube line so it looked like this: roundcubemail:1.0.0, then i did

chattr +i versions.txt - stops the update changing this file
./build update
./build versions - should show the new roundcube version
./build update_versions

Afterwards just do chattr -i versions.txt
 
thank you, it works

To upgrade to version 1.0.0, I opened versions.txt and edited the roundcube line so it looked like this: roundcubemail:1.0.0, then i did

chattr +i versions.txt - stops the update changing this file
./build update
./build versions - should show the new roundcube version
./build update_versions

Afterwards just do chattr -i versions.txt
 
smtalk, there is a way to not add the plugins automatically from CB?

I do use plugin_manager plugin for roundcube and it manage to enable managesieve and password plugin, so, my roundcube give error if the config.inc.php does have those plugin enabled cause are supposed (and already enbled) via plugin_manager

There is a way to do this? Or at least, should you consider to not add those two lines in config.inc.php when it come from custom folder?

Thanks

Best regards
 
Please try removing plugin lines in customized config.inc.php.
 
In the custom config.inc.php there are no those plugins, but there is the plugin_manager plugin load (cause have to be there actually).
Here is my plugins section
Code:
// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
    'plugin_manager',
);

Regards
 
Back
Top