Clean all data and reinstall failed

I installed nextcloud on an archlinux host, and I need to erase all data and reinstall nextcloud. That is, I need a fresh new installation.

I did following:
1, dropped nextcloud database in MariaDB;
2, pacman -R to uninstall;
3, delete /etc/webapps/nextcloud
4, delete /var/lib/nextcloud

Then, I reinstall and follow the manual deployment instruction steps.

But when I first open url in browser, I got the login page, but not the page to setup database and data dir.

I also checked the steps from Reinstall Steps, but it does not help.

Did I missed any steps? what should I do to reach a purely new installation?

Thanks

I believe I figured it out. Besides steps above, following are also necessary:

1, Change to config/config.php: ‘installed’ => false,

2, Touch a CAN_INSTALL and chown to nextcloud

Then reconnect the url and I got the initializing page

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.