Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
ChristopherMagC

ChristopherMag

@ChristopherMag
About
Posts
159
Topics
37
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Verdaccio showing user: null in logs after logging in with cloudron and npm login shows redirect_uri did not match any of the client's registered redirect_uris
    ChristopherMagC ChristopherMag

    @james When logging in with OIDC in a private browser window, after signing in with cloudron credentials I am redirected back to Verdaccio and see the error "State parameter does not match a known state"

    If I go back to the Verdaccio root url and sign in using open id again it doesn't prompt me for the cloudron username and password and does take me to the home page and shows that I am logged in and clicking the silhouette in top right shows my username.

    I still see no packages and the logs still show user: null.

    Verdaccio

  • Verdaccio showing user: null in logs after logging in with cloudron and npm login shows redirect_uri did not match any of the client's registered redirect_uris
    ChristopherMagC ChristopherMag

    I haven't logged into our Verdaccio instance in over 8 months and I believe during that time the application was transitioned to using cloudron's openid endpoint for identity management.

    When I log in now I don't see any of the packages though I can see they are on disk still in the /app/data folder.

    My config.yaml has the following permissions which should let me see the packages:

    packages:
      '@*/*':
        access: $all
        publish: $authenticated
        unpublish: $authenticated
        proxy: npmjs
      '**':
        access: $authenticated
        publish: $authenticated
        unpublish: $authenticated
        proxy: npmjs
    

    In the logs I see the following:

    May 22 14:23:50 info <-- 172.18.0.1 requested 'GET /'
    May 22 14:23:50 http <-- 200, user: null(172.18.0.1), req: 'GET /', bytes: 0/0
    May 22 14:23:50 http <-- 200, user: null(172.18.0.1), req: 'GET /', bytes: 0/665
    May 22 14:24:00 info <-- 172.18.0.1 requested 'GET /'
    May 22 14:24:00 http <-- 200, user: null(172.18.0.1), req: 'GET /', bytes: 0/0
    May 22 14:24:00 http <-- 200, user: null(172.18.0.1), req: 'GET /', bytes: 0/665
    

    This seems to indicate that even though I am logged in via the web interface and can see my username when clicking the silhouette in the top right corner, the backend is still confused and treating my user as null.

    When I try to login via npm login it opens a browser to the cloudron hosted login pages, to which I am already logged into in that browser, and it displays redirect_uri did not match any of the client's registered redirect_uris.

    Verdaccio

  • Redash 25.1.0
    ChristopherMagC ChristopherMag

    @zonzonzon as @joseph said, my understanding is that Databricks acquired Redash in 2020 an since then a closed source fork of the project that integrates into their products has been the focus of development.

    I essentially consider the project dead and wouldn't use it if you have a suitable alternative you can use instead, for me that is primarily Metabase.

    Redash

  • Redash 25.1.0
    ChristopherMagC ChristopherMag

    @joseph and @zonzonzon Just fyi, We had been using Metabase for all new reports so I took the time to go back and pull out the things we still commonly used and moved them from Redash to Metabase.

    There is still a long tail of things in redash that I don't want to lose but that we don't use often enough to justify the time spent on it yet so our redash instance hasn't been updated past package version 4.1.0-1 which is redash version 11.0.0-dev

    This doesn't seem to line up with Girish's comment about going from 10.1 to 25.1 so I am not sure how we got on a package that has 11.0.0-dev in it.

    Started with Grafana, moved to Redash, now moved to Metabase, hopefully we can park here for a while.

    Redash

  • Redash 25.1.0
    ChristopherMagC ChristopherMag

    I have done the upgrade and at present nothing is coming from any of my datasources.

    The queries and dashboards are still there but the data is either old and clicking refresh just spins or it doesn't display any data.

    If I go to a datasource and click test connection it also just spins but doesn't error or complete.

    I have both mongodb and postgresql datasources.

    Rolling back now.

    Redash

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    @joseph I did not. I will try restoring from backup to make a copy.

    In the meantime I have created a cifs share on a windows machine, added it as a volume in cloudron, attached that volume to the failed nextcloud instance, rsynced all the data out of it over to the cifs share, and added that file share to all the users computers.

    I have been trying to get off using windows for our file shares for a few years and we had cutover to nextcloud on cloudron about a month ago.

    The nextcloud client update process has been a consistent pain point across all users, in one instance losing the ability to sync properly requiring it to be uninstalled and reinstalled to get the files to sync even though the client said they were already in sync, silent un perceptible to the user failure that resulted in them using files they thought were up to date but were older versions.

    Now with the entire instance going offline when there was no software update and the only app we had installed in the instance was onlyoffice it is making me question if this is reliable enough to depend on.

    I have setup another nextcloud instance without only office and just leaving everything complete vanilla and am working on figuring out how to move the files over and then get users's connected to the new instance.

    I am not super particular about what tool we use but I really want to get rid of company wide file shares.

    We need to have paths that windows programs can save files into and read them from easily, all the paths are shared with everyone in the company. Really wish cloudron just had Samba as an app or something like that so we could use shared storage across the company.

    Looking around it looks like there are large production deployments of nextcloud so it should be the right tool for our use case. I don't see other's having issues like this running it on cloudron so maybe this is a one off and isolated just something in our environment.

    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    After renaming the apps directory, creating a new apps directory with the same ownership and permissions and then running start.sh I get what seems like the same error:

    root@846af4f9-e4c2-4b03-9368-b0b7fbfb71c8:/app/data# /app/pkg/start.sh
    ==> Updating apps
    ==> Old apps:
    activity              comments              federation           files_sharing            nextcloud_announcements  provisioning_api   support           twofactor_backupcodes             viewer
    admin_audit           contactsinteraction   files                files_trashbin           notifications            recommendations    survey_client     twofactor_nextcloud_notification  weather_status
    app_api               dashboard             files_downloadlimit  files_versions           oauth2                   related_resources  suspicious_login  twofactor_totp                    webhook_listeners
    bruteforcesettings    dav                   files_external       firstrunwizard           password_policy          serverinfo         systemtags        updatenotification                workflowengine
    circles               encryption            files_pdfviewer      logreader                photos                   settings           text              user_ldap
    cloud_federation_api  federatedfilesharing  files_reminders      lookup_server_connector  privacy                  sharebymail        theming           user_status
    ==> Update app: activity
    ==> Update app: admin_audit
    ==> Update app: app_api
    ==> Update app: bruteforcesettings
    ==> Update app: circles
    ==> Update app: cloud_federation_api
    ==> Update app: comments
    ==> Update app: contactsinteraction
    ==> Update app: dashboard
    ==> Update app: dav
    ==> Update app: encryption
    ==> Update app: federatedfilesharing
    ==> Update app: federation
    ==> Update app: files
    ==> Update app: files_downloadlimit
    ==> Update app: files_external
    ==> Update app: files_pdfviewer
    ==> Update app: files_reminders
    ==> Update app: files_sharing
    ==> Update app: files_trashbin
    ==> Update app: files_versions
    ==> Update app: firstrunwizard
    ==> Update app: logreader
    ==> Update app: lookup_server_connector
    ==> Update app: nextcloud_announcements
    ==> Update app: notifications
    ==> Update app: oauth2
    ==> Update app: password_policy
    ==> Update app: photos
    ==> Update app: privacy
    ==> Update app: provisioning_api
    ==> Update app: recommendations
    ==> Update app: related_resources
    ==> Update app: serverinfo
    ==> Update app: settings
    ==> Update app: sharebymail
    ==> Update app: support
    ==> Update app: survey_client
    ==> Update app: suspicious_login
    ==> Update app: systemtags
    ==> Update app: text
    ==> Update app: theming
    ==> Update app: twofactor_backupcodes
    ==> Update app: twofactor_nextcloud_notification
    ==> Update app: twofactor_totp
    ==> Update app: updatenotification
    ==> Update app: user_ldap
    ==> Update app: user_status
    ==> Update app: viewer
    ==> Update app: weather_status
    ==> Update app: webhook_listeners
    ==> Update app: workflowengine
    ==> New apps:
    activity              comments              federation           files_sharing            nextcloud_announcements  provisioning_api   support           twofactor_backupcodes             viewer
    admin_audit           contactsinteraction   files                files_trashbin           notifications            recommendations    survey_client     twofactor_nextcloud_notification  weather_status
    app_api               dashboard             files_downloadlimit  files_versions           oauth2                   related_resources  suspicious_login  twofactor_totp                    webhook_listeners
    bruteforcesettings    dav                   files_external       firstrunwizard           password_policy          serverinfo         systemtags        updatenotification                workflowengine
    circles               encryption            files_pdfviewer      logreader                photos                   settings           text              user_ldap
    cloud_federation_api  federatedfilesharing  files_reminders      lookup_server_connector  privacy                  sharebymail        theming           user_status
    activity              comments              federation           files_sharing            nextcloud_announcements  provisioning_api   support           twofactor_backupcodes             viewer
    admin_audit           contactsinteraction   files                files_trashbin           notifications            recommendations    survey_client     twofactor_nextcloud_notification  weather_status
    app_api               dashboard             files_downloadlimit  files_versions           oauth2                   related_resources  suspicious_login  twofactor_totp                    webhook_listeners
    bruteforcesettings    dav                   files_external       firstrunwizard           password_policy          serverinfo         systemtags        updatenotification                workflowengine
    circles               encryption            files_pdfviewer      logreader                photos                   settings           text              user_ldap
    cloud_federation_api  federatedfilesharing  files_reminders      lookup_server_connector  privacy                  sharebymail        theming           user_status
    ==> Copying htaccess
    ==> update config
    ==> run migration
    Nextcloud is not installed - only a limited number of commands are available
    
                                         
      Command "upgrade" is not defined.  
    

    Is it possible the issue is not related to installed apps but is something else?

    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    I have installed a fresh nextcloud instance and then compared the contents of the output of ls -1 /app/data/apps on both systems and identified that the only app installed that isn't in the default set of apps is onlyoffice. I have renamed that app folder adding .backup to the folder name and then running /app/pkg/start.sh and I get the same output just minus onlyoffice but still the same error.

    Going to try and rename the whole apps folder.

    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    When I run /app/pkg/start.sh I get the following:

    root@846af4f9-e4c2-4b03-9368-b0b7fbfb71c8:/app/code# /app/pkg/start.sh
    ==> Updating apps
    ==> Old apps:
    activity              comments              federation           files_sharing            nextcloud_announcements  provisioning_api   support           twofactor_backupcodes             viewer
    admin_audit           contactsinteraction   files                files_trashbin           notifications            recommendations    survey_client     twofactor_nextcloud_notification  weather_status
    app_api               dashboard             files_downloadlimit  files_versions           oauth2                   related_resources  suspicious_login  twofactor_totp                    webhook_listeners
    bruteforcesettings    dav                   files_external       firstrunwizard           password_policy          serverinfo         systemtags        updatenotification                workflowengine
    circles               encryption            files_pdfviewer      logreader                photos                   settings           text              user_ldap
    cloud_federation_api  federatedfilesharing  files_reminders      lookup_server_connector  privacy                  sharebymail        theming           user_status
    activity              comments              federation           files_sharing            nextcloud_announcements  privacy            sharebymail       text                              user_ldap
    admin_audit           contactsinteraction   files                files_trashbin           notifications            provisioning_api   spreed            theming                           user_status
    app_api               dashboard             files_downloadlimit  files_versions           oauth2                   recommendations    support           twofactor_backupcodes             viewer
    bruteforcesettings    dav                   files_external       firstrunwizard           onlyoffice               related_resources  survey_client     twofactor_nextcloud_notification  weather_status
    circles               encryption            files_pdfviewer      logreader                password_policy          serverinfo         suspicious_login  twofactor_totp                    webhook_listeners
    cloud_federation_api  federatedfilesharing  files_reminders      lookup_server_connector  photos                   settings           systemtags        updatenotification                workflowengine
    ==> Update app: activity
    ==> Update app: admin_audit
    ==> Update app: app_api
    ==> Update app: bruteforcesettings
    ==> Update app: circles
    ==> Update app: cloud_federation_api
    ==> Update app: comments
    ==> Update app: contactsinteraction
    ==> Update app: dashboard
    ==> Update app: dav
    ==> Update app: encryption
    ==> Update app: federatedfilesharing
    ==> Update app: federation
    ==> Update app: files
    ==> Update app: files_downloadlimit
    ==> Update app: files_external
    ==> Update app: files_pdfviewer
    ==> Update app: files_reminders
    ==> Update app: files_sharing
    ==> Update app: files_trashbin
    ==> Update app: files_versions
    ==> Update app: firstrunwizard
    ==> Update app: logreader
    ==> Update app: lookup_server_connector
    ==> Update app: nextcloud_announcements
    ==> Update app: notifications
    ==> Update app: oauth2
    ==> Update app: password_policy
    ==> Update app: photos
    ==> Update app: privacy
    ==> Update app: provisioning_api
    ==> Update app: recommendations
    ==> Update app: related_resources
    ==> Update app: serverinfo
    ==> Update app: settings
    ==> Update app: sharebymail
    ==> Update app: support
    ==> Update app: survey_client
    ==> Update app: suspicious_login
    ==> Update app: systemtags
    ==> Update app: text
    ==> Update app: theming
    ==> Update app: twofactor_backupcodes
    ==> Update app: twofactor_nextcloud_notification
    ==> Update app: twofactor_totp
    ==> Update app: updatenotification
    ==> Update app: user_ldap
    ==> Update app: user_status
    ==> Update app: viewer
    ==> Update app: weather_status
    ==> Update app: webhook_listeners
    ==> Update app: workflowengine
    ==> New apps:
    activity              comments              federation           files_sharing            nextcloud_announcements  provisioning_api   support           twofactor_backupcodes             viewer
    admin_audit           contactsinteraction   files                files_trashbin           notifications            recommendations    survey_client     twofactor_nextcloud_notification  weather_status
    app_api               dashboard             files_downloadlimit  files_versions           oauth2                   related_resources  suspicious_login  twofactor_totp                    webhook_listeners
    bruteforcesettings    dav                   files_external       firstrunwizard           password_policy          serverinfo         systemtags        updatenotification                workflowengine
    circles               encryption            files_pdfviewer      logreader                photos                   settings           text              user_ldap
    cloud_federation_api  federatedfilesharing  files_reminders      lookup_server_connector  privacy                  sharebymail        theming           user_status
    activity              comments              federation           files_sharing            nextcloud_announcements  privacy            sharebymail       text                              user_ldap
    admin_audit           contactsinteraction   files                files_trashbin           notifications            provisioning_api   spreed            theming                           user_status
    app_api               dashboard             files_downloadlimit  files_versions           oauth2                   recommendations    support           twofactor_backupcodes             viewer
    bruteforcesettings    dav                   files_external       firstrunwizard           onlyoffice               related_resources  survey_client     twofactor_nextcloud_notification  weather_status
    circles               encryption            files_pdfviewer      logreader                password_policy          serverinfo         suspicious_login  twofactor_totp                    webhook_listeners
    cloud_federation_api  federatedfilesharing  files_reminders      lookup_server_connector  photos                   settings           systemtags        updatenotification                workflowengine
    ==> Copying htaccess
    ==> update config
    ==> run migration
    Nextcloud is not installed - only a limited number of commands are available
    
                                         
      Command "upgrade" is not defined.  
    

    Adding 'maintenance' => false, to the config.php file and trying to start again resulted in the same output. Setting it to 'maintenance' => true, also gave the same output.

    Going to start trying to rename app folders until I can get it to start.

    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    @nebulon @jdaviescoates I will experiment with everything you said, thank you both!

    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    In case it is helpful here is the more complete section of things that are repeating in the logs when it tries to start up:

    Nov 03 19:00:00 22:21:21 [notice] 448165#448165: signal process started
    [no timestamp]  2024-11-04T19:43:19Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2559 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - Unlinking stale socket /var/run/supervisor.sock
    [no timestamp]  2024-11-04T19:42:36Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2543 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:42:36.203 * Saving the final RDB snapshot before exiting.
    [no timestamp]  2024-11-04T19:42:36Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2543 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:42:36.212 # Errors trying to shut down the server. Check the logs for more information.
    [no timestamp]  2024-11-04T19:43:19Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2559 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 2024-11-04 19:43:19,033 INFO Included extra file "/etc/supervisor/conf.d/redis.conf" during parsing
    [no timestamp]  2024-11-04T19:43:19Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2559 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 2024-11-04 19:43:19,337 CRIT Server 'unix_http_server' running without any HTTP authentication checking
    [no timestamp]  2024-11-04T19:43:20Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2559 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 2024-11-04 19:43:20,341 INFO spa2024-11-04T19:43:21Z - 2024-11-04 19:43:21,565 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
    [no timestamp]  2024-11-04T19:52:16Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2559 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:16.408 * Saving the final RDB snapshot before exiting.
    [no timestamp]  2024-11-04T19:52:16Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2559 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:16.533 # Redis is now ready to exit, bye bye...
    [no timestamp]  2024-11-04T19:52:16Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2559 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:16.533 * Removing the pid file.
    [no timestamp]  2024-11-04T19:52:54Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 2024-11-04 19:52:54,136 INFO Included extra file "/etc/supervisor/conf.d/redis.conf" during parsing
    [no timestamp]  2024-11-04T19:52:54Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 2024-11-04 19:52:54,152 CRIT Server 'inet_http_server' running without any HTTP authentication checking
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:C 04 Nov 2024 19:52:55.198 * Configuration loaded
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:C 04 Nov 2024 19:52:55.198 * Redis version=7.2.1, bits=64, commit=00000000, modified=0, pid=13, just started
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:C 04 Nov 2024 19:52:55.198 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:55.209 * Running mode=standalone, port=6379.
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:55.217 * RDB age 39 seconds
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:55.217 * RDB memory usage when created 30.98 Mb
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:55.418 * DB loaded from disk: 0.206 seconds
    [no timestamp]  2024-11-04T19:52:55Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 13:M 04 Nov 2024 19:52:55.418 * Ready to accept connections tcp
    [no timestamp]  2024-11-04T19:52:56Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - 2024-11-04 19:52:56,591 INFO success: redis-service entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
    [no timestamp]  2024-11-05T12:01:59Z cloudron3 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 redis-846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - backing up
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 -
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 -
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - Command "upgrade" is not defined.
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - admin_audit files_trashbin spreed
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - admin_audit files_trashbin survey_client
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - app_api files_versions support
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - bruteforcesettings firstrunwizard systemtags
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - circles logreader suspicious_login
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - circles logreader text
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - cloud_federation_api lookup_server_connector systemtags
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - cloud_federation_api lookup_server_connector theming
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - comments nextcloud_announcements text
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - comments nextcloud_announcements twofactor_backupcodes
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - contactsinteraction notifications theming
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - contactsinteraction notifications twofactor_nextcloud_notification
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dashboard oauth2 twofactor_backupcodes
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dashboard oauth2 twofactor_totp
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dav onlyoffice twofactor_nextcloud_notification
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dav password_policy updatenotification
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - encryption password_policy twofactor_totp
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federatedfilesharing photos updatenotification
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federatedfilesharing privacy user_status
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federation privacy user_ldap
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federation provisioning_api viewer
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files provisioning_api user_status
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files recommendations weather_status
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_downloadlimit recommendations viewer
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_downloadlimit related_resources webhook_listeners
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_external related_resources weather_status
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_external serverinfo workflowengine
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_pdfviewer settings
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_reminders settings workflowengine
    [no timestamp]  2024-11-05T13:00:34Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_reminders sharebymail
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - ==> Old apps:
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - admin_audit files_trashbin spreed
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - admin_audit files_trashbin survey_client
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - app_api files_versions support
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - app_api files_versions suspicious_login
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - bruteforcesettings firstrunwizard survey_client
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - bruteforcesettings firstrunwizard systemtags
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - circles logreader suspicious_login
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - circles logreader text
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - cloud_federation_api lookup_server_connector systemtags
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - comments nextcloud_announcements text
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - comments nextcloud_announcements twofactor_backupcodes
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - contactsinteraction notifications theming
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - contactsinteraction notifications twofactor_nextcloud_notification
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dashboard oauth2 twofactor_backupcodes
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dashboard oauth2 twofactor_totp
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dav onlyoffice twofactor_nextcloud_notification
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dav password_policy updatenotification
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - encryption photos user_ldap
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federatedfilesharing photos updatenotification
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federatedfilesharing privacy user_status
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federation privacy user_ldap
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federation provisioning_api viewer
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files provisioning_api user_status
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files recommendations weather_status
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_downloadlimit recommendations viewer
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_downloadlimit related_resources webhook_listeners
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_external related_resources weather_status
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_external serverinfo workflowengine
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_pdfviewer serverinfo webhook_listeners
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_pdfviewer settings
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_reminders settings workflowengine
    [no timestamp]  2024-11-05T13:00:38Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_reminders sharebymail
    Nov 05 08:00:38 - ==> Update app: files
    Nov 05 08:00:38 - ==> Update app: files_downloadlimit
    Nov 05 08:00:38 - ==> Update app: files_external
    Nov 05 08:00:38 - ==> Update app: files_pdfviewer
    Nov 05 08:00:38 - ==> Update app: files_reminders
    Nov 05 08:00:38 - ==> Update app: files_sharing
    Nov 05 08:00:38 - ==> Update app: files_trashbin
    Nov 05 08:00:38 - ==> Update app: files_versions
    Nov 05 08:00:38 - ==> Update app: firstrunwizard
    Nov 05 08:00:38 - ==> Update app: logreader
    Nov 05 08:00:38 - ==> Update app: lookup_server_connector
    Nov 05 08:00:38 - ==> Update app: nextcloud_announcements
    Nov 05 08:00:38 - ==> Update app: notifications
    Nov 05 08:00:38 - ==> Update app: oauth2
    Nov 05 08:00:38 - ==> Update app: password_policy
    Nov 05 08:00:38 - ==> Update app: photos
    Nov 05 08:00:38 - ==> Update app: privacy
    Nov 05 08:00:38 - ==> Update app: provisioning_api
    Nov 05 08:00:38 - ==> Update app: recommendations
    Nov 05 08:00:38 - ==> Update app: related_resources
    Nov 05 08:00:38 - ==> Update app: serverinfo
    Nov 05 08:00:38 - ==> Update app: settings
    Nov 05 08:00:39 - ==> Update app: sharebymail
    Nov 05 08:00:39 - ==> Update app: support
    Nov 05 08:00:39 - ==> Update app: survey_client
    Nov 05 08:00:39 - ==> Update app: suspicious_login
    Nov 05 08:00:39 - ==> Update app: systemtags
    Nov 05 08:00:39 - ==> Update app: text
    Nov 05 08:00:39 - ==> Update app: theming
    Nov 05 08:00:39 - ==> Update app: twofactor_backupcodes
    Nov 05 08:00:39 - ==> Update app: twofactor_nextcloud_notification
    Nov 05 08:00:39 - ==> Update app: twofactor_totp
    Nov 05 08:00:39 - ==> Update app: updatenotification
    Nov 05 08:00:39 - ==> Update app: user_ldap
    Nov 05 08:00:39 - ==> Update app: user_status
    Nov 05 08:00:39 - ==> Update app: viewer
    Nov 05 08:00:39 - ==> Update app: weather_status
    Nov 05 08:00:39 - ==> Update app: webhook_listeners
    Nov 05 08:00:39 - ==> Update app: workflowengine
    Nov 05 08:00:39 - ==> New apps:
    Nov 05 08:00:39 - activity files_sharing support
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - admin_audit files_trashbin survey_client
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - app_api files_versions suspicious_login
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - bruteforcesettings firstrunwizard systemtags
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - circles logreader text
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - cloud_federation_api lookup_server_connector theming
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - comments nextcloud_announcements twofactor_backupcodes
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - contactsinteraction notifications twofactor_nextcloud_notification
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dashboard oauth2 twofactor_totp
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dav password_policy updatenotification
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - encryption photos user_ldap
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federatedfilesharing privacy user_status
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federation provisioning_api viewer
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files recommendations weather_status
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_downloadlimit related_resources webhook_listeners
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_external serverinfo workflowengine
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_pdfviewer settings
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_reminders sharebymail
    Nov 05 08:00:39 - activity files_sharing sharebymail
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - admin_audit files_trashbin spreed
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - app_api files_versions support
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - bruteforcesettings firstrunwizard survey_client
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - circles logreader suspicious_login
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - cloud_federation_api lookup_server_connector systemtags
    Nov 05 08:00:39 - comments nextcloud_announcements text
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - contactsinteraction notifications theming
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dashboard oauth2 twofactor_backupcodes
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - dav onlyoffice twofactor_nextcloud_notification
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - encryption password_policy twofactor_totp
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federatedfilesharing photos updatenotification
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - federation privacy user_ldap
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files provisioning_api user_status
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_downloadlimit recommendations viewer
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_external related_resources weather_status
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_pdfviewer serverinfo webhook_listeners
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - files_reminders settings workflowengine
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - ==> Copying htaccess
    Nov 05 08:00:39 - ==> update config
    Nov 05 08:00:39 - ==> run migration
    Nov 05 08:00:39 - Nextcloud is not installed - only a limited number of commands are available
    Nov 05 08:00:39 -
    Nov 05 08:00:39 -
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - Command "upgrade" is not defined.
    [no timestamp]  2024-11-05T13:00:39Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 -
    
    
    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    If I try to make the configuration change in recover mode and then try to run commands like sudo -u www-data php -f /app/code/occ app:list it again tells me that Nextcloud is not installed and so the number of commands that can be run is limited.

    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    @nebulon The trouble shooting steps indicate to do the following:

    If it's not immediately obvious which plugin may be causing an issue, edit /app/data/config/config.php and set debug to true. Save the file and refresh the browser (do not restart the app because restarting it will reset the debug value back to false). It will then contain a stack trace of the error which should help identify the plugin.

    This implies that the app is not in recovery as if it was you wouldn't be able to refresh the site.

    When the app is not in recovery mode it restarts constantly and no configuration changes can be made as the terminal is continually reconnecting.

    Nextcloud

  • Nexcloud package version v4.23.0 cannot start
    ChristopherMagC ChristopherMag

    Our Nextcloud instance is unable to start and keeps repeating the following in the logs:

    Nov 04 17:25:21 => Healtheck error: Error: connect ECONNREFUSED 172.18.19.84:80
    Nov 04 17:25:21 - ==> update config
    Nov 04 17:25:21 - ==> run migration
    Nov 04 17:25:21 - Nextcloud is not installed - only a limited number of commands are available
    Nov 04 17:25:21 -
    Nov 04 17:25:21 -
    [no timestamp]  2024-11-04T22:25:21Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 - Command "upgrade" is not defined.
    [no timestamp]  2024-11-04T22:25:21Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 -
    [no timestamp]  2024-11-04T22:25:21Z cloudron3 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 2537 846af4f9-e4c2-4b03-9368-b0b7fbfb71c8 -
    

    I have put it in recovery mode and tried to run occ upgrade but I get the following:

    Nextcloud is not installed - only a limited number of commands are available
    
                                         
      Command "upgrade" is not defined.  
    

    I have a notification from 10/30/2024 that states Nextcloud at nextcloud.cloudron.magnusonfinancial.com requires manual update to version 4.23.0 10/30/2024 but I didn't see any link on what to do and it seemed to upgrade on its own as according to our backups it has been on version 4.23 since 11/1/2024.

    I assume I need to do whatever the Manual Update is to fix this, I didn't see anything in the forum change log or the cloudron Nextcloud app wiki.

    What do I need to do to address this to get Nextcloud running again?

    Nextcloud

  • Paperless-ngx errors when uploading documents
    ChristopherMagC ChristopherMag

    I was not able to recreate this error on the demo cloudron instance running paperless (admin:changeme123) using this pdf so maybe there is more specific scenarios than just uploading a pdf in general that causes the issue to trigger.

    Paperless-ngx

  • Paperless-ngx errors when uploading documents
    ChristopherMagC ChristopherMag

    This commit appears to refer to the change needed.

    Paperless-ngx

  • Paperless-ngx errors when uploading documents
    ChristopherMagC ChristopherMag

    Current in the 2.11.6 version of paperless installed on cloudron we cannot add pdfs to paperless via a consume folder or drag and drop into the web interface.

    Two issues were raised upstream that provides more details here and here.

    They indicated here that the fixed the issue and the reason I am still seeing it is because:

    As expected, they have not fixed their Dockerfile as required. I suggest contacting them about it.

    I don't know what they are referring to but currently this is preventing documents from being able to be added to paperless-ngx.

    Paperless-ngx

  • indexing of office documents?
    ChristopherMagC ChristopherMag

    @necrevistonnezr Wow, your right, those images probably have nothing to do with cloudron!

    Thanks for pointing that out, for all others, please disregard my previous comment.

    Paperless-ngx

  • indexing of office documents?
    ChristopherMagC ChristopherMag

    Fyi gotenberg publishes cloudron specific images now. Not sure the history of how or why that was started but I would assume those are meant to be used as a cloudron app though I don't see any app in the app store for it.

    PS, don't use these images for your own gotenberg instance that your integrating with paperless, they exist hopefully to make it easier one day to run gotenberg on cloudron directly.

    Paperless-ngx

  • Near miss with data loss but cloudron handled things amazingly
    ChristopherMagC ChristopherMag

    We have a number of cards in Wekan that represent templates for various business processes we have.

    These templates encompass all the edge cases we need to consider, the information we need to gather, and are continuously improved as we have issues that come up where we could have avoided the issue by addressing something earlier in a templated process.

    Today I was told one of these templates with dozen's of checklists and 165 checklist items was missing.

    It appears that someone instead of making a copy of the template they accidentally moved the template and used it, deleting the unneeded checklists.

    This appears to have happened over a month ago as we just happened to go through a period where we hadn't be doing this activity and our backups do not go back that far.

    We backup everything locally and then sync that directory to the cloud and have limited storage available in the cloud even though locally we have more than enough space (looking forward to the multiple backup location feature so we can have more backups retained locally with only a subset in the cloud).

    I was able to find an old backup that was not visible in cloudron that contained a backup of wekan from 3 months ago.

    The backup was from a previous cloudron server that I had migrated from and was encrypted.

    The app version has changed significantly since then and I believe we have done at least one cloudron update since then on the new server.

    I was able to clone the app and then go through the import backup process on the cloned app and was shocked that after giving it the path and encryption password everything just worked.

    It downloaded an old container image for the pervious version of the app, restored the data, and gave me access so that I could recreate the template that had been lost.

    I wanted to share the praise here for cloudron as I fully expected that at best I would need to manually decrypt the file, find the mongodb backup, restore it to another mongodb instance, and then start rummaging through the data in the database to recreate what we needed but cloudron restored the app perfectly from an encrypted backup, from a separate server, and 3 month old app version.

    Maybe I have low expectations but this kind of seamless restore feature of platforms always seems to fail for one reason or another and then maybe work after lots of troubleshooting and work arounds but this just worked as expected with no fuss.

    10/10, thank you so much for this working so well.

    Discuss backups restore
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search