Skip to main content

3 posts tagged with "server"

View All Tags

October 2024 Update

· 2 min read
Brian Pepple
Founder of the Metron Project / Code Monkey

Ok, been fairly busy the last couple of months so naturally blogging has taken a back-burner. So, here's a summary of what's been going on the last few months.

Monthly Statistics

During August the Metron Project added the following to its database:

  • Users: 41
  • Issues: 1,377
  • Creators: 147
  • Characters: 346

During September the following was added:

  • Users: 100
  • Issues: 1,330
  • Creators: 124
  • Characters: 379

During October the following was added:

  • Users: 51
  • Issues: 1,996
  • Creators: 122
  • Characters: 740

Comic Vine Outage

Comic Vine went down at the end of September for about 6 days, so we saw an influx of new users which necessitated in increasing our server's capacity. One thing this episode brought to light out was the need for the project to accept donations for future infrastructure costs (since I'm currently covering the server costs).

To help us set this up it would be greatly appreciated if you could star the repository since one of the requirements to set up an account on Open Collective is to have 100 stars.

Server OS Upgrade

I had planned to upgrade the server in August, but y'know... life. Anyway, I'm tentatively planning to upgrade Metron's operating system on November 16th, so there might be some downtime (most likely a few hours) when I do that. I'll post a notification on the site for the week leading to the upgrade.

MetronInfo.xml

The last couple of months there has been a bunch of work done on finalizing the MetronInfo.xsd by Joe, AJ, Buried-In-Code and myself, and I believe there are just a couple of outstanding items that need a resolution. Once that is done, I'll write up a announcement blog post.

Anyway, that's all I've got for this month. Take care!

July 2024 Update

· 2 min read
Brian Pepple
Founder of the Metron Project / Code Monkey

Monthly Statistics

During July the Metron Project added the following to its database:

  • Users: 47
  • Issues: 1,940
  • Creators: 71
  • Characters: 329

Thanks to everyone that contributed!

More Database Series Type Changes

Made a couple of changes to some Series Type names on Metron based on some suggestions from Buried-In-Code over on Matrix. They include:

  • Change Digital Chapters to Digital Chapter
  • Change Hard Cover to Hardcover

If you wish to update your existing ComicInfo.xml metadata, I've released a new version of Karkas that addresses these changes. You can download this version from this link, and just install it by running:

pipx install /path/to/karkas-1.2.0-py3-none-any.whl

Then just run:

karkas /path/to/comics

Server OS Upgrade

I'm tentatively planning to upgrade Metron's operating system later this month, so there might be some downtime (most likely a few hours) when I do that. Once I have a better idea what changes this version has (PostgreSQL-16.2, Python-3.12, etc.) I'll have a better idea the work involved. Regardless, I'll post a notification on the site for the week leading to the upgrade, which most likely will occur on a Saturday.

Anyway, that's all I've got for this month. Take care!

OS Upgrade

· One min read
Brian Pepple
Founder of the Metron Project / Code Monkey

Finally got around to upgrading the OS for Metron to Ubuntu 22.04.1 LTS, which overall, was fairly painless. Tests didn't find anything obviously broken, but if you do run across something that is, please open a bug for it. Thx!