Unable to finish txadmin webgui setup

Note - If you do not fill in every section below, your post won’t be answered - you must provide the steps you have followed so far and the actions you’ve already taken. Make sure to remove this notice from your post too.

Screenshots of text are prohibited. Always copy and paste text as text.

Make sure you search before posting! Duplicate posts for the same issue may not be answered.

OS Name/Version: Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux

Product Name/Version: AMP ‘Phobos’ v2.6.1.4 (Mainline)

Problem Description:

The txadmin instance does not appear to be running a required database. Receiving the following error when trying to complete the setup process through the txadmin webgui:
Database connection failed: connect ECONNREFUSED 127.0.0.1:3306
If you do not have a database installed, you must download and run MySQL or MariaDB.

Steps to reproduce:

  • Create TxAdmin Instance
  • Update and Run Instance
  • Follow instructions in the console to connect to webgui
  • Follow webgui prompts
  • Click the Run Recipe button at completion of webgui prompts

Actions taken to resolve so far:
*Verified port-forwarding included port 3306
*Tried alternate IP addresses for the webui entry for database host
*Deleted and redeployed the txadmin instance several times
*Followed Diagnosing Connectivity Issues knowledge base

The txAdmin template installs and runs txAdmin. If a particular server recipe needs a database, as the message states you need to set that up yourself

After a quick google-fu it looks like you have a template for a MySQL install, would adding that template to my AMP instance and spinning one up possibly work for this issue?

Sure. But that just installs the server. You’d have to separately run the client to create a DB user, set up the DB etc. Doable - I’ve done it for Gitea - but takes a little configuration

One day I might update the template to run both server and client…

Awesome, I appreciate the help. I’ll take a crack at it and see if I can make it work for my needs.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.