Navjot Singh

Results 23 comments of Navjot Singh

The command `GRANT ALTER, CREATE, DELETE, DROP, INDEX, INSERT, SELECT, UPDATE, REFERENCES ON mattermost.* TO 'mmuser'@'%';` didn't work for me. I had to resort to using `ALL`. I guess some...

Is there any resolution to this? Can't install on regular Ubuntu 16.04 as well.

I did. Anyway, I figured it out. The issue is with the 1.8.6 version of Etherpad that is being pulled. Changing it to 1.8.7 or above fixed the issue.

You need to update your package installation instructions because the required version of the libcpuid14 doesn't get installed from the instructions given at http://i-nex.linux.pl/install/ I managed to install the latest...

Same issue with VS Code 1.46.1 on Ubuntu 20.04. ```Version: 1.46.1 Commit: cd9ea6488829f560dc949a8b2fb789f3cdc05f5d Date: 2020-06-17T21:13:08.304Z Electron: 7.3.1 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Linux x64 5.4.0-37-generic

Tried using the commands. Getting this error now. ``` 3 migrations found in prisma/migrations Applying migration `02_add_event_data` Error: P3018 A migration failed to apply. New migrations cannot be applied before...

I even tried with a fresh install/database and it failed again with the same error.

Thank you. After hours of troubleshooting, this is the only thing that worked for me. The permissions on the `migrations` folder need to be set as well for the installation...