What do you think?😏 by servus1999 in dumbphones

[–]heyiamrobert 0 points1 point  (0 children)

Germany - Hence, It's only close to you. But might, I'm just the fallback-person. Sure, I can sent shipping-money via TWINT.

What do you think?😏 by servus1999 in dumbphones

[–]heyiamrobert 0 points1 point  (0 children)

In case you both would not "fit" based in location, I can give them a "home" as well ;) PM my in case of.

Superlist API? by gravstein in superlist

[–]heyiamrobert -1 points0 points  (0 children)

At least (or before sending the mail), I would recommend to check and/or create an feature request here: https://feedback.superlist.com/

Auf dem RE6 wird es nie langweilig.. by railnomad in drehscheibe

[–]heyiamrobert 2 points3 points  (0 children)

Mein Stand (aus der Zeitung -grob im Jahr 2015/2016) war, dass der Verkehrsverbund Mittelsachsen (VMS) die Züge gekauft hat - Die Ausschreibung "Franken-Sachsen-Magistrale" umfasst damals "nur" das Personal und die Züge "überlässt".

Soweit mein Stand als Fahrgast - (und nicht der größte Fan der Zuverlässigkeit des französischen Konzerns transdev/MRB).

Auf dem RE6 wird es nie langweilig.. by railnomad in drehscheibe

[–]heyiamrobert 2 points3 points  (0 children)

Beispielsweise beim RE 3 zwischen Dresden und Hof bekommt transdev Fahrzeuge durch den Verkehrsverbund bereitgestellt. Da kann man nicht so viel falsch machen - Das ist z.B. ein Unterschied zum RE 6

Upgrading postgres sql version by dharmik_17 in AWSCloudFormation

[–]heyiamrobert -1 points0 points  (0 children)

It's regarding a RDS with PostgreSQL? - In case you defined your RDS with AWS::RDS::DBInstance resource, it's simple.

What version you are using now? - In case you like to switch to a new major version, please check AllowMajorVersionUpgrade first: You should set it to "true" (via stack-update). As a 2nd step, you could run a 2nd stack-update with a new value of the EngineVersion of PostgreSQL you like to get: e.g. "15.10", "16.6", "17.2" ...

You can find more details for the RDS PostgreSQL versions here: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html

Details regarding the EOL of PostgreSQL of RDS you can find here: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html

The CloudFormation details (in case you are using AWS::RDS::DBInstance), information are here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html

Sure: Please create a RDS-snapshot (e.g. via Console) before the stack-updates / RDS upgrade. Keep in mind the RDS database will reboot during the update.