So I tried migrating from one VPS to another, following these instructions.
Installing and restoring the db went fine, but I keep on getting this error when trying to install :
Something went wrong: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'migrations' already exists (SQL: create table `migrations` (`migration` varchar(255) not null, `extension` varchar(255) null) default character set utf8mb4 collate 'utf8mb4_unicode_ci' engine = InnoDB)
What do I do ?
Thank you all in advance