syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

can't edit oauth apps in syndesis settings page #637

Closed jludvice closed 7 years ago

jludvice commented 7 years ago

settings

zregvart commented 7 years ago

This is due the syndesis-db volume (2GiB) being full, I've reset PostgreSQL transaction logs and vacuumed the database. We still have a huge number of rows (887402) out of which integration revisions for two integrations take up 434046 and 332934 rows. I've created #638 to fix that.

Now the syndesis-db has enough free space to run, and the settings pages are displayed.