Jump to content

TCAdmin 2.0.130 now available (stable)


LFA

Recommended Posts

New

 

 

Bug Fixes

 

  • Fixed MVC templates on Firefox.
  • Control panel website is compatible with MySQL strict mode.
  • Fixed memory leak on some Windows servers.
  • Reseller could enable services when package was disabled.
  • Chrome autocomplete was not allowing editing of sub users.

Link to comment
Share on other sites

Get ready for crashing boxes when users click to install every mod known to man on their server :p

 

lmao!

Imagining the Scheduled Tasks now. 0.o

Going to be lots and lots of installs.

 

Anyhow, good luck in the new business. I will miss ya Kev <3

Link to comment
Share on other sites

DELETE FROM tc_tasks WHERE status IN (3, 4, 5) AND last_run_time < '2019-1-1';
DELETE FROM tc_task_steps WHERE task_id NOT in (SELECT task_id FROM tc_tasks);

We do this regularly. Our database once took up gigabytes of space, and connections to the database seemed slow. Removing old tasks fixed it ;-)

 

Edit:

Also remember to optimize the tables afterwards:

optimize table tc_tasks;
optimize table tc_task_steps;

Edited by DennisMidjord
Link to comment
Share on other sites

DELETE FROM tc_tasks WHERE status IN (3, 4, 5) AND last_run_time < '2019-1-1';
DELETE FROM tc_task_steps WHERE task_id NOT in (SELECT task_id FROM tc_tasks);

We do this regularly. Our database once took up gigabytes of space, and connections to the database seemed slow. Removing old tasks fixed it ;-)

 

Edit:

Also remember to optimize the tables afterwards:

optimize table tc_tasks;
optimize table tc_task_steps;

 

Wow!

Yep, that sped up our panel a bit. Thanks for sharing! <3

 

Maybe TCAdmin should have this built into the Recurring Tasks

Link to comment
Share on other sites

More features for the workshop browser are on the way. Update button and scheduled task for automatic updates.

 

 

Also automatic background images for steam game servers when using MVC.

Link to comment
Share on other sites

More features for the workshop browser are on the way. Update button and scheduled task for automatic updates.

 

 

Also automatic background images for steam game servers when using MVC.

 

Sweet, was about to send in a suggestion! :cool

 

Would also be nice to browse only installed mods, and perhaps the ability to showcase a 'Last updated' date.

Link to comment
Share on other sites

Sweet, was about to send in a suggestion! :cool

 

Would also be nice to browse only installed mods, and perhaps the ability to showcase a 'Last updated' date.

 

MVC is cool :p

Been creating a near enough REST API - cdc495c6-a64d-425b-af97-e804066d03f5_V9MiipwjVF.png

 

Hopefully will make external applications easier to build. And also creating a C# Wrapper to develop external programs easier.

https://github.com/Alexr03/TCAdmin-Wrapper

 

Thanks Luis the help with this :p <3

Link to comment
Share on other sites

  • 4 years later...
5 minutes ago, CloudNine said:

5 Years later, still not integrated 

It is and has been for years (since August 2019, v2.0.133)

You can configure TCAdmin to delete scheduled tasks after X days. You can even configure it to only delete tasks with a certain status or on a specific server.

Create a new Recurring Task with the action "Delete Scheduled Tasks".

Link to comment
Share on other sites

9 minutes ago, Dennis said:

It is and has been for years (since August 2019, v2.0.133)

You can configure TCAdmin to delete scheduled tasks after X days. You can even configure it to only delete tasks with a certain status or on a specific server.

Create a new Recurring Task with the action "Delete Scheduled Tasks".

 

Alright, i stand corrected, but there are others that need to be trimmed occassionally too such as: tc_user_messages

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Who's Online   0 Members, 0 Anonymous, 29 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use