PeterW

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by PeterW

  1. Hi, I'm hoping someone can help. I have just restored my appdata folder using CA APPDATA BACKUP / RESTORE. I have reinstalled my Docker containers via CA. MySQL will not start. Below is the error log. 2022-12-15T10:12:07.785325Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead. 2022-12-15T10:12:07.788310Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.31) starting as process 1 2022-12-15T10:12:07.805531Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2022-12-15T10:12:08.727248Z 1 [ERROR] [MY-013882] [InnoDB] Missing redo log file ./#innodb_redo/#ib_redo1251 (with start_lsn = 13078623744). 2022-12-15T10:12:08.727313Z 1 [ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error Generic error. 2022-12-15T10:12:09.027791Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine 2022-12-15T10:12:09.028089Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed. 2022-12-15T10:12:09.028127Z 0 [ERROR] [MY-010119] [Server] Aborting 2022-12-15T10:12:09.029174Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.31) MySQL Community Server - GPL. 2022-12-15 21:12:06+11:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.31-1.el8 started. 2022-12-15 21:12:07+11:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2022-12-15 21:12:07+11:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.31-1.el8 started. '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock' So far I have tried to: - re-restore the backup. - copy the folder using MC (Midnight Commander) - change permissions I can get the container to run if edit the template and change the AppData location ( eg. /appdataa/mysql2) It creates a whole new folder structure and starts without any problem. Obviously this isn't a solution since my databases are part of the backup. (Unless I can import these back into the fresh install) I would really appreciate any help that you can offer. TIA.
  2. Thankyou. I was unclear where this account was being created. It reads as though you are creating a cloud-based account in order to sync with a local server. I have completed this and it appears to be working directly with the local server. Thankyou for clarifying this.
  3. Seems like a great project. Thankyou, for bringing it back to life. Installed via docker on Unraid. WebGUI is showing the 'Setup your client' page. How can I create a local user (not cloud-based), rather than login via existing Franz/Ferdi account as indicated on next page 'Go to account dashboard' I cannot seem to see any information in the documentation, and am unsuccessful in modifying the sqlite database file. Thankyou.
  4. saarg, Yes I have, but i feel i need to invest a bit more time to ensure that I have it setup correctly (and come up with a way to test it). For the time being if i chose to use the container I will import via WebUI or watched folders.
  5. saarg, #1: The only change I made was to install container and upload a few GB of photos for test, and suddenly my docker.img is full. #2: The container template also doesn't appear to have any mappings for any array folders.
  6. I have Chevereto running well in docker/unraid, however, It appears to be storing my images within the docker itself. Is there a way to map an external (to the docker image) folder for the image store? How would I go about doing this? Thankyou.
  7. Hi All, TIA Situation: I'm testing using a TEST folder, moving files into the folder then launching Unmanic Docker after file copied. I am having an issue where the file appears to encode twice as per the 'Complete Tasks' Originally I though it was because of multiple workers - multiple workers consumed the same file. So I changed it to 1, this way 1 worker, 1 file, but I am still getting multiple entries in the 'completed tasks' section as per the screenshot. The summary details also do not match; Task duration is correct in screenshot 1, but new file size comparison is correct in screenshot 2. The files appear to play fine, but I wonder why this is the case? My ultimate goal is to run Unmanic on my library to reduce the file size, but my concerns: - If i use more than 1 worker, they tend to pickup the same files and process concurrently - but at different progress percentages - If 1 worker is used, why are there still 2 'completed task' line items Other noteworthy points: using /tmp/unmanic as cache path not processing audio tests are performed on TEST folder with a copied file already in the folder using libx265 CPU pinning to 8cores(16threads) 128GB RAM
  8. Hi, I'm interested in setting up this docker to interact with my email inbox - currently use gmail, but i'm happy to setup locally hosted email for this instance and have gmail forward the emails based on rules to the new email setup for this purpose. My main question is how do i get it working? I added the following to my 'papermerge.conf.py' IMPORT_MAIL_HOST = "imap.gmail.com" IMPORT_MAIL_USER = "[email protected]" IMPORT_MAIL_PASS = "----" IMPORT_MAIL_INBOX = "papermerge" IMPORT_MAIL_BY_USER = "N" IMPORT_MAIL_BY_SECRET = "N" IMPORT_MAIL_DELETE = "N" this does not appear to complete any actions. does anyone have a sample papermerge.conf.py file i could base the section above? Thankyou in advance. - Peter