nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
143 stars 24 forks source link

No more data in the tables after the last update #1039

Open NL-CCMLM opened 5 months ago

NL-CCMLM commented 5 months ago

Steps to reproduce

Update the app (without saving data)

Expected behavior

The data shouldn't be removed but...

Actual behavior

There is no more data in tables. Gone. Vanished. Help ?

Tables app version

0.6 > 0.7.1

Browser

all

Client operating system

W10 W11 Debian ...

Operating system

No response

Web server

None

PHP engine version

None

Database

None

Additional info

No response

juliushaertl commented 5 months ago

Can you please provide the log file of Nextcloud during the upgrade? Also knowin gmore information like what database is used is really helpful, so please fill out that part.

FieldofClay commented 5 months ago

I've had the same issue. Upgrade from 0.6->0.7.1 and all of the tables are empty. I've tried accessing via Chrome, Firefox and the Android app, all the same.

Server is ArchLinux, running nginx 1.25.5, php 8.2.18, mariadb 11.3.2.

I have looked at the DB and can see all of the rows still under the oc_tables_rows table.

Logs from the upgrade: nextcloud.log

slu-010101 commented 5 months ago

Same here, all tables are empty!

90madness commented 5 months ago

Yes, Same here. After Update to 0.7.1 all tables are empty. It's an absolute catastrophe. using Nextcloud All in One on Debian

slu-010101 commented 5 months ago

This works for me: https://github.com/nextcloud/tables/issues/999#issuecomment-2077578059

tomtom commented 4 months ago

Is there a chance this will be fixed? The proposed solution in #999 doesn't work for people where occ (and/or web-occ) doesn't work.

tomtom commented 3 months ago

There is also the web-occ app that could be of help here - but this doesn't always work with every version of nc. Alternatively, one can use the php script mentioned above.