Upgrade from 10.0.1 to 10.0.2 RC2

Hey Guys,

I was testing out the upgrade on the beta channel, and apparently I have a big instance. I was given this message when trying to upgrade using the web interface: “Please use the command line updater because you have a big instance.”? I don’t feel like it is big, maybe 3 active users? Anyways…

When I go to do the upgrade from the command line I run

sudo -u apache php occ maintenance:mode --on

only to get

PHP Fatal error: Class ‘PDO’ not found in /var/www/html/nextcloud/public_html/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php on line 172

Suggestions?

Ok so I should have mentioned this. I am running CentOS 7 as my base OS and php55. It appear that the command I need to run is

sudo -u apache /opt/rh/php55/root/usr/bin/php occ maintenance:mode --on

as php 5.4 did not have php-pdo and all the other php dependencies. I reverted back to a snapshot and I am re-running the upgrade.