Nicola Murino
Nicola Murino
Hi, I don't plan to add this feature in the near future, sorry. The maintenance burden is increasing rapidly and I need more sponsors to have enough free time for...
Hi, the logs refer to migration 18. The missing column should be created in migration 16, take a look [here](https://github.com/drakkan/sftpgo/blob/2.3.x/dataprovider/mysql.go#L89). Are you able to reproduce using standard mysql? Or can...
> column upload_data_transfer exists in the users table. I don't understand why I got this error > > there is a screenshot from the table users : Which version reports...
@sagikazarmark if I remember corretly you use SFTPGo with MySQL, do you have the same issue? Thanks
> column upload_data_transfer exists in the users table. I don't understand why I got this error > > there is a screenshot from the table users : maybe your MySQL...
Please provide more info or a reproducer. I'm not going to test with Amazon RDS for MySQL without a sponsorship. Are you able to reproduce this issue with standard MySQL...
It is no clear to me how the issue happen. In migration v17 we create the [users_groups_mapping](https://github.com/drakkan/sftpgo/blob/2.3.x/dataprovider/mysql.go#L129) table and we rename `folders_mapping` to [users_folders_mapping](https://github.com/drakkan/sftpgo/blob/2.3.x/dataprovider/mysql.go#L134). It should work automatically. This migration...
Hi, the specific error you posted was removed from the development version (edge docker variants). However mounting the same virtual folders on different paths is not allowed. What happen, in...
I'll leave this open for further investigation. I'm busy adding a major new feature now and don't have time to do a proper analysis. Currently (in the development version) we...
Hi, this is a feature I would like to add in the future, but setting up and maintaining a proper translation system requires a fair amount of work, a [sponsorship](https://github.com/sponsors/drakkan)...