View Single Post
  #3  
Old 02-27-2025, 03:58 PM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 387
Default

I've been using this docker for a couple of weeks now and it seemed to work great, until i went to start the server today and noticed the pre-flight showed some errors.

I went to the console and ran the update, but world asks if i want to run the update, but gives me no opportunity to give input.

Quote:
World | Info | UpdateManifest [9297] [missing] | [2024_01_22_sharedbank_guid_primary_key.sql]
World | Info | UpdateManifest [9298] [missing] | [2024_10_24_inventory_changes.sql]
World | Info | UpdateManifest [9299] [ok] | [2024_10_24_merchantlist_temp_uncap.sql]
World | Info | UpdateManifest [9300] [missing] | [2024_10_15_npc_types_multiquest_enabled.sql]
World | Info | UpdateManifest [9301] [missing] | [2024_10_08_add_detail_player_event_logging.sql]
World | Info | UpdateManifest [9302] [missing] | [2025_02_09_illusion_block.sql]
World | Info | UpdateManifest [9303] [ok] | [2025_02_13_corpse_slot_fix.sql]
World | Info | UpdateManifest [9304] [missing] | [2024_12_01_2024_update_guild_bank]
World | Info | UpdateManifest [9305] [missing] | [2024_12_01_expedition_dz_merge.sql]
World | Info | UpdateManifest [9306] [missing] | [2025_02_16_data_buckets_zone_id_instance_id.sql]
World | Info | UpdateManifest ----------------------------------------------------------------------
World | Info | UpdateManifest Automatically backing up database before applying updates
World | Info | UpdateManifest ----------------------------------------------------------------------
World | Info | DatabaseDump MySQL installed [mysql Ver 15.1 Distrib 10.11.6-MariaDB, for debian-linux-gnu (x86_64) using EditLine wrapper]
World | Info | DatabaseDump Database [peq] Host [192.168.1.20] Username [eqemu]
World | Info | DatabaseDump Backing up database [mysqldump --defaults-extra-file=login.my.cnf peq --allow-keywords --extended-insert --max-allowed-packet=1G --net-buffer-length=32704 --skip-lock-tables > backups/peq-2025-02-27.sql]
World | Info | DatabaseDump This can take a few minutes depending on the size of your database
World | Info | DatabaseDump LOADING... PLEASE WAIT...
eqemu@8a123c368d54:~$ World | Info | DatabaseDump Database dump created at [backups/peq-2025-02-27.sql]
World | Info | DatabaseDump Compression requested. Compressing dump [backups/peq-2025-02-27.sql]
World | Info | DatabaseDump Compressed dump created at [backups/peq-2025-02-27.tar.gz]
World | Info | UpdateManifest ----------------------------------------------------------------------
World | Info | UpdateManifest Running database migrations. Please wait...
World | Info | UpdateManifest ----------------------------------------------------------------------
World | Info | UpdateManifest ----------------------------------------------------------------------
World | Info | UpdateManifest Some migrations require user input. Running interactively
World | Info | UpdateManifest This is usually due to a major change that could cause data loss
World | Info | UpdateManifest Your server is automatically backed up before these updates are applied
World | Info | UpdateManifest but you should also make sure you take a backup prior to running this update
World | Info | UpdateManifest Would you like to run this update? [y/n] (Timeout 60s)
World | Info | UpdateManifest ----------------------------------------------------------------------
y
bash: y: command not found

[2]+ Stopped cd ~/server && ./bin/world
How do i get it to run the input? And what did i miss updating that a bunch of sql are missing?
Reply With Quote